Satyajit Sarangi bio photo

Satyajit Sarangi

I am a software engineer currently residing in Bay Area.

Email Twitter LinkedIn Github Stackoverflow

Posts Tagged “post dominator tree”

Posts Tagged “post dominator tree”

Dominator Trees - Implementation and Why are they needed?

compiler dominator trees post dominator tree


January 17, 2016 . .
A Dominator Tree is a CFG analysis which is used in compilers to aid in other optimizations. This is useful when doing optimizations like code-hoisting or code sinking etc.